home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Wyszukiwarki / Bingooo 2.6.0 / Bingooo_english.exe / {app} / Agents / agent-economy_stocks_sea-51A0F8326E7546A3A1541E717C406825.aml < prev    next >
Extensible Markup Language  |  2002-04-04  |  2KB  |  72 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <!-- BINGOOO Agent Markup Language (www.bingooo.com) -->
  4.  
  5. <agent version="2002-04-04 10:44" remote_file="http://www.bingooo.com/download/content/0809/agents/">
  6.   <name>Stocks/Search</name>
  7.   <longname>Search for stock by symbol</longname>
  8.   <start_url>http://qs.money.cnn.com</start_url>
  9.  
  10.   <source>
  11.     <name>qs.money.cnn</name>
  12.     <longname>http://qs.money.cnn.com</longname>
  13.     <home_url>http://qs.money.cnn.com</home_url>
  14.     <query_url>http://qs.money.cnn.com/tq/stockquote?symbols={keyword}&submit3.x=13&submit3.y=18</query_url>
  15.     <result>{*}stockheadline{name}</td>{*}align="center" class="stockheader">{quote}</td>{*}border="0">{updown}</td>{*}class="chartlabel" align="center">{high}</td>{low}</td>{volume}</td>{bid}</td>{ask}</td>{*}Dividend Per Share{*}href="{url}" class=</result>
  16.   </source>
  17.  
  18.   <query>
  19.     <name>keyword</name>
  20.     <label>Symbol</label>
  21.     <value>BAC</value>
  22.     <hint>Please enter a symbol</hint>
  23.   </query>
  24.  
  25.   <result>
  26.     <name>Name</name>
  27.     <value>{name}</value>
  28.   </result>
  29.  
  30.   <result>
  31.     <name>Quote</name>
  32.     <value>{quote}</value>
  33.   </result>
  34.  
  35.   <result>
  36.     <name>Up/Down</name>
  37.     <value>{updown}</value>
  38.   </result>
  39.  
  40.   <result>
  41.     <name>High</name>
  42.     <value>{high}</value>
  43.   </result>
  44.  
  45.   <result>
  46.     <name>Low</name>
  47.     <value>{low}</value>
  48.   </result>
  49.  
  50.   <result>
  51.     <name>Volume</name>
  52.     <value>{volume}</value>
  53.   </result>
  54.  
  55.   <result>
  56.     <name>Bid</name>
  57.     <value>{bid}</value>
  58.   </result>
  59.  
  60.   <result>
  61.     <name>Ask</name>
  62.     <value>{ask}</value>
  63.   </result>
  64.  
  65.   <result>
  66.     <name>URL</name>
  67.     <value>{url}</value>
  68.     <visible>false</visible>
  69.   </result>
  70.  
  71. </agent>
  72.